[Top] [Prev] [Next] [Bottom]
[Contents]
SaVbsNTabs
Prints tab characters to standard out.
#include "savbs.h"
int SaVbsNTabs(int n);
Argument
- n
- A number specifying how many tabs to print. Must be greater than zero.
Return Values
Returns an integer with a value of 0.
Prints tab characters to standard out.
The code fragment:
SaVbsNTabs("5");
will write:
\t\t\t\t\t
to the output stream.
SaVbsB, SaVbsCommE, SaVbsE, SaVbsEndIf, SaVbsFuncTrue, SaVbsFuncFalse
SaVbsMsgBox, SaVbsPrint, SaVbsIsLower, SaVbsIsUpper, SaVbsNotDigit
SaVbsLenNe, SaVbsLenZero, SaVbsCommB, SaVbsExitF, SaVbsEndF, SaVbsNext
SaVbsElse, SaVbsStdFor, SaVbsDecl, SaVbsNLines
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.